home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 020a / ansip21a.zip / GO.BAT < prev    next >
DOS Batch File  |  1991-08-14  |  3KB  |  70 lines

  1. echo off
  2. cls
  3. rem '---------------------------------------------
  4. rem 'Filename: GO.BAT
  5. rem 'Desciption: Executes introduction to ANSIPLAY
  6. rem 'Copyright 1991, Julie M. Ibarra
  7. rem '---------------------------------------------
  8. echo.
  9. echo.
  10. echo                        Welcome to ANSIPLAY version 2.1
  11. echo                          Copyright 1991, J. Ibarra
  12. echo.
  13. echo                               ALL RIGHTS RESERVED
  14. echo.
  15. echo    This program is packaged into 2 .ZIP files so that when the
  16. echo    files are decompressed, they will all fit onto 2 floppy disks.
  17. echo    File names are ANSIP21a.ZIP and ANSIP21b.ZIP.  If you did not
  18. echo    receive both files, you will be unable to continue.
  19. echo.
  20. echo    You may also view a file contents listing by typing the command
  21. echo    ' TYPE PACKING.LST ' from the DOS prompt.
  22. echo.
  23. echo If you wish to stop, press [CTRL]+[BREAK] and [Y]es now, or
  24. pause
  25. cls
  26. echo.
  27. echo    In order to continue with the introduction, you must have your ANSI device
  28. echo    driver (ANSI.SYS is included with your DOS files) installed into the file
  29. echo    named CONFIG.SYS which is located in the root directory of the disk drive
  30. echo    that you boot from).
  31. echo.
  32. echo    You may consult your DOS user's manual for information on how to do this
  33. echo                                      -OR-
  34. echo    you may run the installation program by typing  INSTALL  at the DOS prompt.
  35. echo.
  36. echo    The installation program includes several options including installing your
  37. echo    ANSI device driver and printing of any/all documentation.
  38. echo.
  39. echo    The next screen will display the contents of your CONFIG.SYS file
  40. echo    if it does exist.
  41. echo.
  42. echo.
  43. echo If you wish to stop, press [CTRL]+[BREAK] and [Y]es now, or
  44. pause
  45. cls
  46. echo.
  47. echo.
  48. echo.
  49. If not exist \CONFIG.SYS echo There is no CONFIG.SYS file found in root directory of the current drive.
  50. if not exist \CONFIG.SYS goto noconfig
  51.  
  52. rem exists:
  53. echo    The contents of your CONFIG.SYS file in the root directory of the current
  54. echo    drive is as follows:
  55. echo.
  56. type \CONFIG.SYS
  57. echo.
  58. echo    If the ANSI.SYS device driver is installed, it will be displayed as:
  59. echo                       DEVICE=ANSI.SYS
  60. echo.
  61. :noconfig
  62. echo    If you do NOT have the driver installed, you may return to DOS by pressing
  63. echo    [CTRL]+[BREAK] now, or if you wish to continue with the introduction
  64. echo.
  65. pause
  66. ANSIPLAY INTRO
  67. ANSIPLAY XMASTREE 2
  68. ANSIPLAY FAUCET 2
  69. ANSIPLAY SEA 3
  70.